- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 33.3k
 
gh-71136: IDLE: Fix hanging when raise KeyboardInterrupt with debugger open #1711
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| 
           @mlouielu, thanks for your PR! By analyzing the history of the files in this pull request, we identified @kbkaiser, @terryjreedy and @asvetlov to be potential reviewers.  | 
    
| 
           This PR is stale because it has been open for 30 days with no activity.  | 
    
| 
           This PR is stale because it has been open for 30 days with no activity.  | 
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure, should we rework on this or close this completely?
| 
           This PR is stale because it has been open for 30 days with no activity.  | 
    
| 
           This PR is stale because it has been open for 30 days with no activity.  | 
    
When catch
KeyboardInterrupt, it should put a dummy msg back to response_queue to preventqueue.Emptycause the infinity loop.https://bugs.python.org/issue26949